(bug 34762) Calling close() on a DatabaseBase object now clears the connection. Based...
authorChad Horohoe <demon@users.mediawiki.org>
Tue, 28 Feb 2012 02:18:18 +0000 (02:18 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Tue, 28 Feb 2012 02:18:18 +0000 (02:18 +0000)
commit2177a4d8b47e6d0a9761a0c5d1f0da2087844174
treeeb734bedde9bf85c931a97bdcba2c92c9b281a95
parent7377efa7ded708c124c42c5c533ce75d11cc19e8
(bug 34762) Calling close() on a DatabaseBase object now clears the connection. Based on patch by Christian.

By the way, the duplication here is stupid.
RELEASE-NOTES-1.20
includes/db/DatabaseIbm_db2.php
includes/db/DatabaseMssql.php
includes/db/DatabaseMysql.php
includes/db/DatabaseOracle.php
includes/db/DatabasePostgres.php